-
Notifications
You must be signed in to change notification settings - Fork 238
Integrate Automated QDQ placement tool - Part 3 #703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Integrate Automated QDQ placement tool - Part 3 #703
Conversation
|
@vishalpandya1990 could you help me review this PR? thanks! |
Sorry for the delay. Added Ajinkya for review. |
3454bba to
4b9d789
Compare
| from modelopt.onnx.quantization.autotune.common import PatternCache, RegionType | ||
|
|
||
|
|
||
| def create_simple_conv_model(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move this to tests/_test_utils/onnx/lib_test_models.py? Alternatively, NonSimplifiedModel or build_resnet_block could be used here instead?
@ajrasane WDYT?
4b9d789 to
20ae533
Compare
Signed-off-by: Will Guo <[email protected]>
20ae533 to
99d3c0d
Compare
What does this PR do?
Type of change: new feature
Overview: This PR integrates automated QDQ placement tool to ModelOpt. This PR is 3/4 of the change. This PR contains the following changes:
Part 1: #701
Part 2: #702
Part 3: #703
Part 4: #704
Usage
Testing
Implemented unit tests for QDQAutotuner and Config classes.
Before your PR is "Ready for review"
Additional Information